home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTInit.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  492 b   |  19 lines

  1. /*  */
  2.  
  3. /*              Initialisation module                   HTInit.h
  4. **
  5. **      This module resisters all the plug&play software modules which
  6. **      will be used in the program.  This is for a browser.
  7. **
  8. **      To override this, just copy it and link in your version
  9. **      befoe you link with the library.
  10. */
  11.  
  12. #include "HTUtils.h"
  13.  
  14. extern void HTReInit NOPARAMS;
  15. extern void HTFormatInit NOPARAMS;
  16. extern void HTFileInit NOPARAMS;
  17.  
  18. extern int HTLoadExtensionsConfigFile (char *fn);
  19.